break;
}
catch(Exception e){
log.warn("Failed sending to GR at " + stub.getGossipRouterAddress());
}
}
}
try {
log.warn(stub.getLocalAddress()
+ " failed sending a message to " + dest
+ ", GR used " + stub.getGossipRouterAddress());
} catch (SocketException e1) {
}
}